home *** CD-ROM | disk | FTP | other *** search
/ Champak 52 / Volume 52 - JOGO DISK .iso / Games / shopdrop.swf / scripts / DefineButton2_794 / BUTTONCONDACTION on(release).as
Text File  |  2007-09-27  |  157b  |  7 lines

  1. on(release){
  2.    if(_global.mcRoot.mcStuffHolder.mcPlayer.hitTest(_global.mcRoot._xmouse,_global.mcRoot._ymouse,true))
  3.    {
  4.       this.resume();
  5.    }
  6. }
  7.